Welcome![Sign In][Sign Up]
Location:
Search - raw Socket

Search list

[TCP/IP stacksocket_raw

Description: 简单的socket收发实例,IP可改为本机回环127.0.0.1先测试,看一下简单的收发过程。-A simple socket receive and send program.
Platform: | Size: 41984 | Author: 张秀博 | Hits:

[JSP/Javajint_test

Description: java 调用 c++ dll 调用 putty 中raw socket测试-java calling c++ dll call putty in raw socket test
Platform: | Size: 5199872 | Author: | Hits:

[Internet-Networkraw_socket_catch_and_send_packet

Description: raw socket编程,实现简单的抓包工具和发送ICMP、ARP数据包-raw socket
Platform: | Size: 4096 | Author: God | Hits:

[TCP/IP stackerror

Description: raw socket programming
Platform: | Size: 2048 | Author: arindam mitra | Hits:

[Sniffer Package captureHttpWatch

Description: 网络截取封包示例,使用raw和winpcap模式,不错的学习参考-c# raw socket,winpcap
Platform: | Size: 415744 | Author: 陈先生 | Hits:

[TCP/IP stackraw_socket

Description: RAW SOCKET编程与以太网帧分析基础,用于熟悉基本的raw socket编程,对以太网帧进行初步分析。-RAW SOCKET Programming and Ethernet frame analysis based on the raw socket used to be familiar with basic programming, the initial points of the Ethernet frame Analysis.
Platform: | Size: 1024 | Author: | Hits:

[Linux-Unixshocket

Description: Linux Raw Socket Programming - What Lies Beneath a Socket?
Platform: | Size: 11264 | Author: Daniel | Hits:

[Internet-Networktraceroute

Description: 在Visual Studio开发平台下使用原始套接字的方法实现高效的traceroute-At visual studio,use raw socket to achieve better traceroute
Platform: | Size: 3072 | Author: 李白 | Hits:

[TCP/IP stacksocket20120418

Description: 演示Winsock网络编程中的完成端口模型,有助初学者加深对该模型原理的理解。 [AES] - AES快速算法和蓝牙设备中用的E0算法(用于加密)、E1算法、E2算法、E3算法(用于密钥管理和鉴权等)等 [TCPPacket.zip] - 此源码演示了如何通过原始套接字来模拟tcp包,对winsock网络编程及tcp/ip协议的学习 有帮助 [pGina.rar] - Windows下的登录替换程序,可以实现用自己的方法增强系统登录,例如使用智能卡、独立的认证系统等。 [Windows2000safe.rar] - Windows 2000 Server的加密机制 Windows 2000 Server的认证机制 Windows 2000 Server的审计机制 Windows 2000 Server的基本安全配置 [一种加密证书的实现.zip] - 一种加密证书的实现.zip-Demonstration Winsock network programming port model, will help beginners to deepen the understanding of the principles of the model. [AES]- AES Fast Algorithm for Bluetooth devices using the E0 algorithm (for encryption), the algorithm of the E1, E2 algorithm, the E3 algorithm (for key management and authentication, etc.) In TCPPacket.zip]- This source code demonstrates how to simulate the raw socket TCP packet winsock network programming and tcp/ip protocol learning [pGina.rar]- login replacement program under Windows, you can achieve with their own methods to enhance the system registry, such as the use of smart cards, and independent certification system. [Windows2000safe.rar]- Windows 2000 Server encryption mechanism, the Windows 2000 Server authentication mechanism in Windows 2000 Server auditing mechanism of Windows 2000 Server security configuration [An encryption certificate. The zip]- an encryption certificate. Zip
Platform: | Size: 86016 | Author: bishezhushou | Hits:

[TCP/IP stacksocket201204158

Description: 始套接字来模拟tcp包,对winsock网络编程及tcp/ip协议的学习 有帮助 [pGina.rar] - Windows下的登录替换程序,可以实现用自己的方法增强系统登录,例如使用智能卡、独立的认证系统等。 [Windows2000safe.rar] - Windows 2000 Server的加密机制 Windows-Demonstration Winsock network programming port model, will help beginners to deepen the understanding of the principles of the model. [AES]- AES Fast Algorithm for Bluetooth devices using the E0 algorithm (for encryption), the algorithm of the E1, E2 algorithm, the E3 algorithm (for key management and authentication, etc.) In TCPPacket.zip]- This source code demonstrates how to simulate the raw socket TCP packet winsock network programming and tcp/ip protocol learning [pGina.rar]- login replacement program under Windows, you can achieve with their own methods to enhance the system registry, such as the use of smart cards, and independent certification system. [Windows2000safe.rar]- Windows 2000 Server encryption mechanism, the Windows 2000 Server authentication mechanism in Windows 2000 Server auditing mechanism of Windows 2000 Server security configuration [An encryption certificate. The zip]- an encryption certificate. Zip
Platform: | Size: 86016 | Author: bishezhushou | Hits:

[TCP/IP stackraw_socket

Description: 基于原始socket的客户端和服务器的编程,可以在系统给定的IP头后面自定义一个IP头 ,然后构建TCP/UDP头,并实现客户端和服务器之间的数据发送。-Based on the raw socket client and server programming, can be given in the system behind the IP header custom one IP header, and then build a TCP/UDP headers and data sent between the client and server.
Platform: | Size: 4538368 | Author: cekxidiancek | Hits:

[Internet-Networkip-data-packet

Description: 程序主要由三部分构成:初始化原始套接字,反复监听捕获数据包和解析数据包。主要功能在于获取IP数据包和解析IP数据包。退出程序时可以自动生成日志。-The program is mainly composed of three parts: initialize raw socket, repeated listening to capture packets and parse the data packet. The main function is to obtain the IP packet and parse IP packets. Exit the program can automatically generate a log.
Platform: | Size: 2345984 | Author: | Hits:

[Internet-Networkoriginalsocket

Description: 演示 原始套接字编程,抓取数据包,发送原始IP包。-Raw socket programming demo, capture packets, sends the original IP packet.
Platform: | Size: 748544 | Author: | Hits:

[VC/MFCMyPing

Description: raw socket关于ping程序的实现,比较简单,易修改为所需要的形式-a raw socket realize about ping program, relatively simple, easy to modify as needed to form
Platform: | Size: 37888 | Author: craig | Hits:

[Internet-NetworkPacketCatcher

Description: 网络抓包与协议分析 1.实验目的 (1)熟悉和掌握网络编程的基本方法和步骤; (2)进一步理解TCP/IP协议各层的功能和格式; (3)加深学生对网络抓包的设计和实现方法的理解; (4)熟悉原始套接字编程接口(或winpcap编程)。 (5)掌握SQL Server数据库系统的编程应用。 2.实验任务 要求: (1)实现图形用户界面; (2)能利用原始套接字编程接口(或winpcap)进行抓包; (3)能对抓包的内容进行分层显示和各字段数值显示; (4)可对抓包进行过滤(只抓某种类型的包); (5)将抓包的内容存入数据库。-Network packet capture and protocol analysis. Familiar with and master the basic network programming methods and procedures experimental purposes (1) (2) to further the understanding of the function and format of each layer of the TCP/IP protocol (3) to deepen students' understanding of the design and implementation of network packet capture ( 4) be familiar with the original socket programming interface (or winpcap programming). (5) The master SQL Server database system programming applications. 2. Experimental task requirements: (1) graphical user interface (2) can be used raw socket programming interface (or winpcap) Ethereal (3) hierarchical display of the contents of the packet capture and field values (4) the capture filter (grasping only a certain type of package) (5) to capture the contents stored in the database.
Platform: | Size: 59392 | Author: | Hits:

[Internet-NetworkRawPacket_withwinpcap

Description: 利用winpcap实现的发送原始套接字的vc++代码,可以发送原始套接字-raw socket with winpcap
Platform: | Size: 35840 | Author: wang | Hits:

[Internet-Networkping

Description: 用raw socket实现的ping工程,适合初级学者-raw socket ping
Platform: | Size: 3072 | Author: gxm | Hits:

[TCP/IP stacktestnet

Description: raw socket编程,探测网络包。 vc++, win2000测试通过。-raw socket programming, detect network packets. vc++, win2000 test passed.
Platform: | Size: 2251776 | Author: yyc | Hits:

[Internet-Networkmul_ping

Description: 网络编程,原始套接字编程实验实验。具体功能如下: IP首部的构造;基于原始套接字的分片ICMP ECHO请求发送功能;基于原始套接字的ICMP ECHO响应接收功能;重叠分片的发送功能; 可以用来测试windows系统和Linux系统的重叠分片重组策略。 编程语言:C-Network programming, original socket programming experiment experiment. Specific functions are as follows: the structure of the IP header based the original socket slice ICMP ECHO request to send receive raw socket-based ICMP ECHO response functions the overlap slice send function can be used to test the windows system and Linux The systems overlap slicing restructuring strategy. Programming languages: C++
Platform: | Size: 6144 | Author: 绫子 | Hits:

[Linux-Unixsndpkt_tcp_rst

Description: 吃饭的家伙放血分享raw socket 发送阻断包.这里提供一个函数给大家分享. -The guy eat bloodletting Share raw socket sends a blocking package provides a function here to share with you.
Platform: | Size: 2048 | Author: lwj | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 »

CodeBus www.codebus.net